Object
ProImm
Function ProImmParamsFree
Description
Frees the handle of a ImmParam
Synopsis
#include <
ProImm.h
>
ProError
ProImmParamsFree
(
ProImmParams
*
immparams
/* (In)
Pointer to the ImmParam handle
*/
)
Returns
PRO_TK_NO_ERROR
The handle is successfully freed;
PRO_TK_BAD_INPUTS
Can not free the handle
Sample Code References:
pt_examples ( TestImm.c )
pt_examples ( TestImm.c )
pt_examples ( TestImm.c )